home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / aijournl / 1986_10 / smallx4.bbs < prev    next >
File List  |  1986-04-14  |  896b  |  21 lines

  1.  
  2.                           STM Commands
  3.  
  4.      ADD       Add an object to STM
  5.      REMOVE    Remove an object from STM
  6.      READ      Read data into STM from keyboard or external file
  7.      WRITE     Write data from STM to display or external file
  8.      COMPUTE   Perform STM calculations
  9.      BIND      Give a variable a value
  10.      UNBIND    Remove the value assigned to a variable
  11.      HALT      Halt the inference engine
  12.      RUN       Run an external DOS program
  13.      RESET     Reset a rule so that it may be executed again
  14.      OPEN      Open an external DOS file
  15.      CLOSE     Close an external DOS fileì
  16.  
  17.      FIRE      Force execution of a named rule
  18.      MODIFY    Modify the value (certainty factor) of a rule
  19.      RESTRICT  Restrict a variable used for input to specified
  20.                     values
  21.